home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
pvm34b3.zip
/
pvm34b3
/
pvm3
/
libfpvm
/
WIN32
/
Pvmfgetrbuf.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-22
|
287b
|
20 lines
/* $Id: Pvmfgetrbuf.c,v 1.1 1997/06/27 16:24:20 pvmsrc Exp $ */
#ifdef WIN32
#include "..\..\include\pvm3.h"
#include "..\..\src\pvmwin.h"
#else
#include "pvm3.h"
#endif
#include "pvm_consts.h"
void /*__stdcall*/ __fortran
PVMFGETRBUF (mbuf)
int *mbuf;
{
*mbuf = pvm_getrbuf();
}